home *** CD-ROM | disk | FTP | other *** search
/ Computer Life 1997 February / Computer Life February 1997.iso / MSS / MSSDRVR.LST < prev    next >
File List  |  1996-07-19  |  20KB  |  795 lines

  1. ;████████████████████████████████████████████████████████████████████████████
  2. ;██                                                                        ██
  3. ;██  Miles Sound System from RAD Software                                  ██
  4. ;██                                                                        ██
  5. ;██  Sound driver installation message file                                ██
  6. ;██                                                                        ██
  7. ;██  Default selection criteria/examples:                                  ██
  8. ;██                                                                        ██
  9. ;██    .E BLASTER ........ Environment var 'BLASTER' must be present       ██
  10. ;██    .C MVSOUND ........ CONFIG.SYS must contain 'MVSOUND' string        ██
  11. ;██    .A AWEUTIL ........ AUTOEXEC.BAT must contain 'AWEUTIL' string      ██
  12. ;██                                                                        ██
  13. ;██    .NE BLASTER ....... Environment var 'BLASTER' must NOT be present   ██
  14. ;██    .NC MVSOUND ....... CONFIG.SYS must NOT contain 'MVSOUND' string    ██
  15. ;██    .NA AWEUTIL ....... AUTOEXEC.BAT must NOT contain 'AWEUTIL' string  ██
  16. ;██    .ND  .............. Entry cannot be selected as default             ██
  17. ;██                                                                        ██
  18. ;██    .T1  .............. Optional BLASTER Tn, if present, must be 1|3    ██
  19. ;██    .T2  .............. Mandatory BLASTER Tn must be 2|4|5              ██
  20. ;██    .T3  .............. Mandatory BLASTER Tn must be >=6                ██
  21. ;██                                                                        ██
  22. ;██  I/O default derivation:                                               ██
  23. ;██                                                                        ██
  24. ;██    .IOB .............. Derive I/O defaults from BLASTER variable       ██
  25. ;██    .IOD .............. I/O defaults = first driver default entry       ██
  26. ;██    .ION .............. Do not allow manual I/O configuration at all    ██
  27. ;██                                                                        ██
  28. ;██    .IOA .............. Use I/O address only (must appear at end)       ██
  29. ;██    .IOL .............. Suppress high-DMA prompt (must appear at end)   ██
  30. ;██                                                                        ██
  31. ;████████████████████████████████████████████████████████████████████████████
  32.  
  33. [iwav.dig]
  34.  
  35. ;
  36. ;Selected by default if autoexec contains IWINIT
  37. ;
  38. ;Default I/O parms from driver
  39. ;
  40.  
  41. .E INTERWAVE
  42.  
  43. .IOD
  44.  
  45. .NAME
  46. InterWave (TM) Digital Audio 
  47.  
  48. .SPECIAL_TEXT
  49. Select this driver for use with any InterWave (TM) Audio Processor based
  50. sound card.  Examples of such cards are the Core Dynamic Dynasonix, the
  51. Reveal WaveExtreme 32, and the STB SoundRage 32 sound cards.  Some models
  52. of Compaq and Gateway 2000 personal computers also use the InterWave
  53. Audio Processor, check with your manufacturer for more information.
  54. .END_SPECIAL_TEXT
  55.  
  56. ;████████████████████████████████████████████████████████████████████████████
  57.  
  58. [nvdig.dig]
  59.  
  60. ;
  61. ;Selected by default if config.sys contains nvidia
  62. ;
  63. ;Default I/O parms from driver
  64. ;
  65.  
  66. .C NVINIT
  67. .ION
  68.  
  69. .SPECIAL_TEXT
  70. Select this driver if your system is equipped with an NVidia-compatible
  71. multimedia accelerator.  If the driver fails to detect your card
  72. correctly, contact your board or system vendor for updated drivers.
  73. .END_SPECIAL_TEXT
  74.  
  75. ;████████████████████████████████████████████████████████████████████████████
  76.  
  77. [rap10.dig]
  78.  
  79. ;
  80. ;Never selected by default
  81. ;
  82. ;Default I/O parms from driver
  83. ;
  84.  
  85. .ND
  86. .IOD
  87.  
  88. .HIGH_DMA_PAIRS
  89.  
  90. .SPECIAL_TEXT
  91. WARNING: During auto-detection of the Roland RAP-10 card, the driver
  92. verifies that the RAP-10 is present at an I/O address of 320H or 330H.  
  93. It will NOT verify the card's DMA channel or IRQ settings.  If your 
  94. RAP-10 card is not configured for IRQ 9, or if DMA channels 5 and 6 
  95. are already in use by another card on your system, you MUST select 
  96. the "Skip auto-detection and configure driver manually" option at 
  97. the next menu, and enter the correct I/O settings for your card.  
  98. Otherwise, your system may lock up, or you may experience a rapid 
  99. 'chatter' effect during sound playback.
  100. .END_SPECIAL_TEXT
  101.  
  102. ;████████████████████████████████████████████████████████████████████████████
  103.  
  104. [proaudio.dig]
  105.  
  106. ;
  107. ;Selected by default if CONFIG.SYS contains MVSOUND string
  108. ;
  109. ;No configuration allowed
  110. ;
  111.  
  112. .C MVSOUND.SYS
  113. .ION
  114.  
  115. .SPECIAL_TEXT
  116. Stereo digital audio with all versions of the Media Vision Pro Audio 
  117. Spectrum is available through the use of this driver.  If you experience
  118. problems, you should select the Sound Blaster-compatible driver instead.
  119. The Media Vision utility MVSOUND.SYS must be loaded into memory, or 
  120. your card will not be detected.
  121. .END_SPECIAL_TEXT
  122.  
  123. ;████████████████████████████████████████████████████████████████████████████
  124.  
  125. [ultra.dig]
  126.  
  127. ;
  128. ;Selected by default if environment contains ULTRASND variable
  129. ;
  130. ;Default I/O parms from driver
  131. ;
  132.  
  133. .E ULTRASND
  134. .IOD
  135.  
  136. .SPECIAL_TEXT
  137. When using this driver, ensure that no Gravis utilities such as SBOS, 
  138. UltraMID, or Mega-Em are active.  Your UltraSound system software 
  139. should be version 2.0 or later.
  140. .END_SPECIAL_TEXT
  141.  
  142. ;████████████████████████████████████████████████████████████████████████████
  143.  
  144. [jammer.dig]
  145.  
  146. ;
  147. ;Never selected by default
  148. ;
  149. ;Default I/O parms from driver
  150. ;
  151.  
  152. .ND
  153. .IOD
  154.  
  155. .NAME
  156. New Media Corporation WaveJammer(TM) Digital Audio
  157.  
  158. .SPECIAL_TEXT
  159. The WaveJammer card from New Media Corporation provides high-quality   
  160. portable audio for PCMCIA-based computers.  Select the Ad Lib(R) Music
  161. Synthesizer Card driver for FM music performance with the WaveJammer.
  162. .END_SPECIAL_TEXT
  163.  
  164. ;████████████████████████████████████████████████████████████████████████████
  165.  
  166. [sndscape.dig]
  167.  
  168. ;
  169. ;Selected by default if environment contains SNDSCAPE variable
  170. ;
  171. ;Default I/O parms from driver
  172. ;
  173.  
  174. .E SNDSCAPE
  175. .IOD
  176.  
  177. .NAME
  178. Ensoniq SoundScape(TM) Digital Audio
  179.  
  180. .SPECIAL_TEXT
  181. Select this driver if you have an Ensoniq SoundScape(TM) or compatible
  182. audio card.
  183. .END_SPECIAL_TEXT
  184.  
  185. ;████████████████████████████████████████████████████████████████████████████
  186.  
  187. [sndsys.dig]
  188.  
  189. ;
  190. ;Never selected by default
  191. ;
  192. ;Default I/O parms from driver
  193. ;
  194.  
  195. .ND
  196. .IOD
  197.  
  198. .NAME
  199. Microsoft(R) Windows(TM) Sound System or 100% compatible
  200.  
  201. .SPECIAL_TEXT
  202. Select this driver if your card is compatible with the Microsoft Windows
  203. Sound System.
  204.  
  205. If DMA channel 1 is not available for use by the Windows Sound System 
  206. board, you will need to use the "Skip auto-detection and configure driver 
  207. manually" option to select another DMA channel.  If you are running 
  208. Windows 95, you may need to use the "View Windows 95 Configuration"
  209. option on the main menu to see what I/O address your Windows Sound System
  210. card is using.
  211. .END_SPECIAL_TEXT
  212.  
  213. ;████████████████████████████████████████████████████████████████████████████
  214.  
  215. [adrv688.dig]
  216.  
  217. ;
  218. ;Never selected by default
  219. ;
  220. ;Default I/O parms from driver
  221. ;
  222.  
  223. .ND
  224. .IOD
  225.  
  226. .NAME
  227. ESS Technology ES688 Digital Audio
  228.  
  229. .SPECIAL_TEXT
  230. This driver supports systems equipped with ESS Technology's ES688 
  231. chipset.
  232. .END_SPECIAL_TEXT
  233.  
  234. ;████████████████████████████████████████████████████████████████████████████
  235.  
  236. [sblaster.dig]
  237.  
  238. ;
  239. ;Selected by default if BLASTER variable is of type T1 or T3 (or no T 
  240. ;specifier), and no other "clone" variable exists (ULTRASND, MVSOUND, etc.)
  241. ;
  242. ;Default I/O parms from BLASTER
  243. ;
  244.  
  245. .E BLASTER
  246. .T1
  247. .NE INTERWAVE
  248. .NE ULTRASND
  249. .NE SNDSCAPE
  250. .NC MVSOUND.SYS
  251. .NC NVINIT
  252. .IOB
  253. .IOL
  254.  
  255. .SPECIAL_TEXT
  256. Select this driver for use with your Sound Blaster, Sound Galaxy,
  257. Thunderboard, or Pro Audio Spectrum adapter.  Other sound cards which
  258. are not supported directly may also work with this driver, as long as 
  259. they provide hardware-based Sound Blaster compatibility without emulation
  260. drivers or TSRs.
  261. .END_SPECIAL_TEXT
  262.  
  263. ;████████████████████████████████████████████████████████████████████████████
  264.  
  265. [sbpro.dig]
  266.  
  267. ;
  268. ;Selected by default if BLASTER variable is of type T2, T4